Fix cursor motion at end of line that ends in a composed character.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 11:11:40 +0000 (14:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Apr 2010 11:11:40 +0000 (14:11 +0300)
commit648f709768d11fb69114d1bc985b8cc014fcee98
treec31033d2633b7a6561f876a27e00c3973c62624a
parent7617e0219f07f3dacbb5f256f9380250058a3cf7
parent85399d683ea6ecabe0f43face78d16b87d45e1c5
Fix cursor motion at end of line that ends in a composed character.

 xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
 use `get_next_display_element' and `set_iterator_to_next' to
 advance to the next character, when looking for the character that
 begins the next row.
src/ChangeLog